.anniversary-container {
    margin-top: 4.375rem; 
    width: 100%;
}

.year-clebration-text {
    font-size: 3.75rem; 
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #424242;
    text-align: center;
    font-family: Poppins;
    line-height: normal;
}

.year-clebration-text img {
    width: 29.5rem; 
    height: 23.875rem;
}

.anniversary-caption {
    color: #424242;
    font-family: Poppins;
    font-size: 1.25rem; 
    font-weight: 300;
    width: 100%;
    margin-top: 1.25rem; 
}

.growth-story-btn {
    display: flex;
    padding: 1rem 1.5625rem; 
    justify-content: center;
    align-items: center;
    gap: 0.625rem; 
    color: #000;
    font-family: Poppins;
    font-size: 1.125rem; 
    font-weight: 400;
    border-radius: 2.5625rem; 
    border: 0.0625rem solid #B1B1B1 !important; 
    background-color: transparent;
    box-shadow: none !important;
    margin-top: 1.25rem; 
    text-decoration: none !important;
    margin-bottom: 2rem;
}
@media (max-width: 1440px) {
    html {
        font-size: 15px;
    }
    .anniversary-caption {
        font-size: 17px; 
    }
}

@media (max-width: 1279px) {
    html {
        font-size: 10px;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 9px;
    }
    .growth-story-btn {
        padding: 10px 16px; 
        font-size: 16px; 
        margin-top: 1.25rem; 
    }
}

@media (max-width: 992px) {
    html {
        font-size: 8.5px;
    }
    .growth-story-btn {
        padding: 8px 13px; 
        font-size: 13px; 
    }
}

@media (max-width: 768px) {
    html {
        font-size: 8px;
    }
    .year-clebration-text {
        font-size: 30px; 
    }
    .anniversary-caption {
        font-size: 15px; 
    }
    .growth-story-btn {
        padding: 8px 13px; 
        font-size: 13px; 
    }
}

@media (max-width: 576px) {
    html {
        font-size: 7px;
    }
    .year-clebration-text {
        font-size: 25px; 
    }
    .anniversary-caption {
        font-size: 13px; 
    }
    .growth-story-btn {
        padding: 6px 10px; 
        font-size: 11px; 
    }
}

@media (max-width: 425px) {
    html {
        font-size: 7px;
    }
    .year-clebration-text {
        font-size: 20px; 
    }
    .anniversary-caption {
        font-size: 12px; 
    }
    .growth-story-btn {
        padding: 5px 8px; 
        font-size: 10px; 
    }
}

@media (max-width: 362px) {
    html {
        font-size: 6px;
    }
    .year-clebration-text {
        font-size: 17px; 
    }
}
